home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
grafik
/
3d & render tools
/
irit
/
bin
/
irit.cfg
< prev
next >
Wrap
Text File
|
1996-07-16
|
1KB
|
44 lines
;The startup file - make it null string if none is needed. This file
;will be searched along the DOS PATH setup, starting from current directory.
StartFile "iritinit.irt"
;Format control on floating pointing numbers printing format.
;Be careful. If you use float instead of double, use "%-8.6g".
FloatFrmt "%-8.6lg"
;If TRUE (default) generates graphics. Otherwise only generates geometry
; but it can not be displayed.
DoGraphics TRUE
;If TRUE, uses interpolation to compute product of Bspline curves and surfaces.
;Otherwise, split into Bezier pieces first. Interpolation is slower but does
;not give up continuity as splitting to Bezier does.
InterpProd TRUE
;Colors to objects loaded using LOAD command (if not specified in object
;itself), for boolean objects results, and primitive objects created.
;Color are supported only on EGA/VGA system as follows:
;
; BLACK = 0
; BLUE = 1
; GREEN = 2
; CYAN = 3
; RED = 4
; MAGENTA = 5
; BROWN = 6
; LIGHTGRAY = 7
; DARKGRAY = 8
; LIGHTBLUE = 9
; LIGHTGREEN = 10
; LIGHTCYAN = 11
; LIGHTRED = 12
; LIGHTMAGENTA = 13
; YELLOW = 14
; WHITE = 15
;
LoadColor 1
PrimColor 4
;Name of file to save LOGFILE comman output (if empty string NUL: is selected).
LogFile "irit.log"